Add missing ImportExecutables-None.cmake to version control
authorTimo Röhling <roehling@debian.org>
Thu, 4 Sep 2025 11:57:28 +0000 (13:57 +0200)
committerTimo Röhling <roehling@debian.org>
Thu, 4 Sep 2025 11:57:28 +0000 (13:57 +0200)
Thanks: Helmut Grohne
Closes: #1086159
debian/ImportExecutables-None.cmake [new file with mode: 0644]

diff --git a/debian/ImportExecutables-None.cmake b/debian/ImportExecutables-None.cmake
new file mode 100644 (file)
index 0000000..84545a1
--- /dev/null
@@ -0,0 +1,14 @@
+# Tools which are needed for cross-compilation
+
+add_executable(cmgen IMPORTED)
+set_target_properties(cmgen PROPERTIES IMPORTED_LOCATION "/usr/bin/cmgen")
+
+add_executable(glslminifier IMPORTED)
+set_target_properties(glslminifier PROPERTIES IMPORTED_LOCATION "/usr/bin/glslminifier")
+
+add_executable(matc IMPORTED)
+set_target_properties(matc PROPERTIES IMPORTED_LOCATION "/usr/bin/matc")
+
+add_executable(resgen IMPORTED)
+set_target_properties(resgen PROPERTIES IMPORTED_LOCATION "/usr/bin/filament-resgen")
+